-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: remove multiple consecutive blank lines #29352
doc: remove multiple consecutive blank lines #29352
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another one to add back one line
95a14a2
to
4da634e
Compare
These are rendered as single breaks. Addresses Markdownlint MD012 rule.
4da634e
to
954d153
Compare
Rebased to fix merge conflict |
Landed in 9a46cfc |
These are rendered as single breaks. Addresses Markdownlint MD012 rule. PR-URL: #29352 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
These are rendered as single breaks. Addresses Markdownlint MD012 rule. PR-URL: #29352 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
These are rendered as single breaks. Addresses Markdownlint MD012 rule. PR-URL: #29352 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Does remark-lint have this rule enabled @nschonni? |
No, it doesn't look like it right now https://github.com/nodejs/remark-preset-lint-node/blob/master/index.js |
Wouldn't it make sense to enforce this since this patch was merged?
…On Wed, Sep 4, 2019, 19:48 Nick Schonning ***@***.***> wrote:
No, it doesn't look like it right now
https://github.com/nodejs/remark-preset-lint-node/blob/master/index.js
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#29352?email_source=notifications&email_token=AACVLNPOZ72DSEONBJYLVL3QH7RHTA5CNFSM4IQ2L3KKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD54HCDA#issuecomment-527986956>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACVLNJBZ54REIJP55YBUGLQH7RHTANCNFSM4IQ2L3KA>
.
|
Good idea, I've submitted a PR |
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes